home *** CD-ROM | disk | FTP | other *** search
- /* This is identical to Label_* except all text is printed to the */
- /* screen in an outline font 'trinity.medium' (set in FPrint.c). */
-
- #ifndef __Shell_FontLabel_h
- #define __Shell_FontLabel_h
-
- #ifndef __Shell_h
- #include "Shell.Shell.h"
- #endif
-
-
- Shell_rectblock *Shell_FontLabel(
- Shell_windblock *wind,
- int x,
- int y,
- int forecol,
- int backcol,
- const char *text
- );
-
- Shell_rectblock *Shell_FontLabelf(
- Shell_windblock *wind, int x, int y, int forecol, int backcol, const char *fmt, ...);
-
- #endif
-